ERROR: boto3 1.21.15 has requirement botocore1.25.0,=1.24.15, but youll have botocore 1.27.17 which is incompatible.

42

$ pip3 uninstall botocore
$ pip3 uninstall boto3
$ pip3 install botocore
$ pip3 install boto3
$ pip3 install awscli --upgrade --user

Comments

Submit
0 Comments